home *** CD-ROM | disk | FTP | other *** search
/ Teach Yourself VRML 2 in 21 Days / Teach Yourself VRML 2 in 21 Days.iso / pc / source / answers / 15tyve1.wrl < prev    next >
Encoding:
Text File  |  1996-12-02  |  2.2 KB  |  95 lines

  1. #VRML V2.0 utf8 CosmoWorlds V1.0
  2.  
  3. DEF VP1 Viewpoint {
  4.       position    -10.0473 -19.6837 25.022
  5.       orientation    0.972642 -0.185814 -0.139428  0.126141
  6.       fieldOfView    0.785398
  7.       description    "On the Path"
  8. }
  9. DEF VP2 Viewpoint {
  10.       position    -9.23146 -17.9531 9.94784
  11.       orientation    0.497966 0.866367 -0.0379185  0.109271
  12.       fieldOfView    0.785398
  13.       description    "At the Door"
  14. }
  15. DEF VP3 Viewpoint {
  16.       position    -12.1546 -18.1235 6.32197
  17.       orientation    0.0141934 -0.999817 -0.0128029  1.11095
  18.       fieldOfView    0.785398
  19.       description    "In the Room"
  20. }
  21. DEF VP4 Viewpoint {
  22.       position    31.5611 -6.74944 -30.3247
  23.       orientation    -0.0460143 0.99545 0.0834402  2.26747
  24.       fieldOfView    0.785398
  25.       description    "On the Hill"
  26. }
  27. Group {
  28.   children    [
  29.     DEF TERRAIN Inline {
  30.         url ["terrain.wrl"]
  31.     }
  32.     DEF WELCOME_MAT Inline {
  33.         url ["wellmat.wrl"]
  34.     }
  35.     Transform {
  36.       children  DEF TREE_1 Inline {
  37.             url ["tree1.wrl"]
  38.       }
  39.       translation  -1.41222 -15.3284 8.35686
  40.     }
  41.     Transform {
  42.        children  DEF TREE_2 Inline {
  43.             url ["tree2.wrl"]
  44.        }
  45.       translation    -4.03329 -15.3284 9.91395
  46.     }
  47.     Transform {
  48.       children    USE TREE_1
  49.       translation    -4.04862 -15.3284 8.36098
  50.     }
  51.     Transform {
  52.       children    USE TREE_1
  53.       translation    -4.07468 -15.3284 6.67403
  54.     }
  55.     Transform {
  56.       children    USE TREE_2
  57.       translation    5.38995 -15.3287 8.45525
  58.       rotation    0 0 1  0
  59.     }
  60.     DEF HOUSE Inline {
  61.         url ["house.wrl"]
  62.     }
  63.     DEF EXTRUSION_1 Inline {
  64.         url ["extrusn1.wrl"]
  65.     }
  66.     DEF READING_LIGHT Inline {
  67.         url ["readlite.wrl"]
  68.     }
  69.     DEF EXTRUSION_2 Inline {
  70.         url ["extrusn2.wrl"]
  71.     }
  72.     DEF EXTRUSION_3 Inline {
  73.         url ["extrusn3.wrl"]
  74.     }
  75.     DEF FURNITUREITEM_1 Inline {
  76.  
  77.         url ["furnitr1.wrl"]
  78.     }
  79.     DEF DOOR Inline {
  80.         url ["door15.wrl"]
  81.     }
  82.     DEF HillTree Inline {
  83.         url ["hilltree.wrl"]
  84.     }
  85.     Transform {
  86.         translation 5 3 0
  87.         children USE HillTree
  88.     }
  89.     Transform {
  90.         translation -5 1 -3
  91.         children USE HillTree
  92.     }
  93.   ]
  94. }
  95.